@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
}
table {
	text-align: left;
}
.td.justify {
	text-align: right
;
}
td p {
	text-align: left;
}
tr.fun {
	color: #000099;
	text-align: justify;
	text-decoration: underline;
}

span.menu {
	background-color: #006699;
	padding: 1px;
	font-weight: bold;
	color: #FFFFFF;
}

span {
	background-color: #F0F7E2;
	padding: 4px;
}

span.shazam {
	color: #000000;
	font-size: 30px;
	background-color: #FFFFFF;
	padding: 0px;
	}

span.shasta {
	background-color: #FFBA85;
	padding: 0px;
}
span.minx {
	background-color: #00FF66;
}
span.dixon {
	background-color: #99FF33;
}
span.black {
	background-color:#000000;
	padding: 4px;
}
span.silly {
	background-color: #E8EDFF;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

p.pos_fixed
{
	position:fixed;
	top: 0;
	right: 0;
	left: 0;
	
}
p {
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-attachment: fixed;
	background-position: center center;
}
p.whitey {
	background-color: #FFFFFF;
}

h1 {
	font-size: 36px;
	font-weight: normal;
	text-transform: none;
	color: #CC0000;
	font-style: normal;
	text-decoration: blink;
}

h2 {
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	font-style: italic;
}

h3 {
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	font-weight: normal;
}

h4 {
	font-size: 24px;
	font-weight: 300;
	color: #000000;
}

span.year {
	
	font-size: 12px;
	background-color: #CCCCCC;
	padding: 2px;
	font-weight: 100;
	color: #FFFFFF;
}

a:year {
	color: #FFFFFF
}

a:visited.year {
	color: #FFFFFF
}

a:hover.year {
	color: #000000;
	background-color: #CCCCCC;	
}

.A2013 a#A2013,
.A2012 a#A2012,
.A2011 a#A2011,
.A2010 a#A2010,
.A2009 a#A2009,
.A2008 a#A2008 /*each html page page to which year_bar highlight needs to be applied must get a class="A2014/etc" in the body tag*/
{
	color: #FFFFFF;
	background: #009966;
	padding: 2px;
	padding-left: 3px;
	font-size: 12px;
}


.A2013 a#A2013:hover,
.A2012 a#A2012:hover,
.A2011 a#A2011:hover,
.A2010 a#A2010:hover,
.A2009 a#A2009:hover,
.A2008 a#A2008:hover /*each html page page to which year_bar highlight needs to be applied must get a class="A2014/etc" in the body tag*/
{
	color: #000000;

}
/*tags apply to year_bar*/

a.menu {
	background-color: #6A852F;
	padding: 1px;
	font-weight: bold;
	color: #FFFF99;
}
a:visited.menu {
	color: #CACA85;
}
a:hover.menu {
	color: #FF0000;
}
a:visited {
	color: blue;
}
a:hover {
	color: #9900FF;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: blue;
	text-transform: none;
}

.highlight {
	background-color: #3333FF;
}

/* 3 nesting div ids: overflow auto sets the bigger jpegs inside the div box*/
.container {
	width: 600px;
	background-color: #FFCCFF;
}

.pictureman {
	width: 300px;
	float: right;
	background-color: #FFFFFF;
	overflow: auto;
}
/* CSS Document */

